projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb46b2
)
Fix syntax for find.
author
Andreas Schwab
<schwab@suse.de>
Tue, 10 Dec 2002 16:53:24 +0000
(16:53 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 10 Dec 2002 16:53:24 +0000
(16:53 +0000)
mac/ChangeLog
patch
|
blob
|
history
mac/make-package
patch
|
blob
|
history
diff --git
a/mac/ChangeLog
b/mac/ChangeLog
index 23f0314a4db83d1c099efbda622cf0ecc9a8a37c..0a2e8f8bd3950a7046b4e01f2e57f41daa59f0bf 100644
(file)
--- a/
mac/ChangeLog
+++ b/
mac/ChangeLog
@@
-1,3
+1,7
@@
+2002-12-10 Andreas Schwab <schwab@suse.de>
+
+ * make-package: Fix syntax for find.
+
2002-12-08 Steven Tamm <steventamm@mac.com>
* INSTALL: Added description about make-package
diff --git
a/mac/make-package
b/mac/make-package
index 81ea44915fb11d4ebb161e324847315189ea3adb..df781c0f49959bc917f9f6ccb8c3d346872cd27a 100755
(executable)
--- a/
mac/make-package
+++ b/
mac/make-package
@@
-265,7
+265,7
@@
if test "$with_app" == "yes"; then
## Copy Emacs application
cp -r Emacs.app ${tempappdir}
## Delete any CVS files
- find ${tempappdir} -name "CVS" -type d -exec
dir
rm -rf {} \;
+ find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \;
## Have application be a symlink to ${prefix}/bin/emacs
if test "$app_symlink" == "yes"; then